projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e73686
)
arm: socfpga: misc: Align print_cpuinfo() output
author
Pavel Machek
<
[email protected]
>
Mon, 8 Sep 2014 12:08:45 +0000
(14:08 +0200)
committer
Marek Vasut
<
[email protected]
>
Mon, 6 Oct 2014 15:46:49 +0000
(17:46 +0200)
Cosmetic change to the print_cpuinfo() function output. Align the
output with the rest of initial output produced by U-Boot.
Signed-off-by: Pavel Machek <
[email protected]
>
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Chin Liang See <
[email protected]
>
Cc: Dinh Nguyen <
[email protected]
>
Cc: Albert Aribaud <
[email protected]
>
Cc: Tom Rini <
[email protected]
>
Cc: Wolfgang Denk <
[email protected]
>
Cc: Pavel Machek <
[email protected]
>
arch/arm/cpu/armv7/socfpga/misc.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/socfpga/misc.c
b/arch/arm/cpu/armv7/socfpga/misc.c
index bf5c668b134973e0ebc7aed863e9b04114fca40f..f41c329a439e545b8a4d0a03eea3bf5f37853992 100644
(file)
--- a/
arch/arm/cpu/armv7/socfpga/misc.c
+++ b/
arch/arm/cpu/armv7/socfpga/misc.c
@@
-80,7
+80,7
@@
int cpu_mmc_init(bd_t *bis)
*/
int print_cpuinfo(void)
{
- puts("CPU
: Altera SO
CFPGA Platform\n");
+ puts("CPU
: Altera So
CFPGA Platform\n");
return 0;
}
#endif